| SetVariableUser(id, targetPosition) | Assigns a user to the target position based on a variable user ID. |
| SetConstantVariable(targetVariable) | Assigns a constant value to the target variable. |
| SetConstantProfession(targetProfession) | Assigns a constant profession to the target profession. |
| SetDepartmentFromPosition(sourcePosition, targetDepartment) | Assigns a department to the target department based on a position. |
| SetProfessionFromFlowInitiator(targetProfession) | Assigns a profession to the target profession based on the flow initiator. |
| SetPositionFromOther(sourcePosition, targetPosition) | Sets the target position based on another source position. |
| SetDepartmentFromFlowInitiator(targetDepartment) | Assigns a department to the target department based on the flow initiator. |
| SetVariableFromPosition(sourcePosition, targetVariable) | Assigns a value to the target variable from a position. |
| SetProfessionFromVariable(sourceVariable, targetProfession) | Assigns a profession to the target profession based on a variable. |
| SetManagerDepartmentFromDepartment(sourceDepartment, targetDepartment) | Assigns a manager's department to the target department based on another department. |
| SetProfessionFromPosition(sourcePosition, targetProfession) | Assigns a profession to the target profession based on a position. |
| SetUserFromFlowInitiator(targetPosition) | Assigns the user from the flow initiator to the target position. |
| SetVariableFromProjectName(targetVariable) | Assigns a project name to the target variable. |
| SetConstantDepartment(targetDepartment) | Assigns a constant department to the target department. |
| SetDepartmentFromVariable(sourceVariable, targetDepartment) | Assigns a department to the target department based on a variable. |
| SetUserFromImpersonatingUser(targetPosition) | Assigns the impersonating user to the target position. |
| Assign() | Assigns the target object based on the provided assignment configuration. |
| SetConstantUser(targetPosition) | Assigns a constant user to the target position. |
| SetUserFromLogonUser(targetPosition) | Assigns the current logged-on user to the target position. |
| SetManagerUserAccordingToProfession(targetPosition, sourcePosition, flowAssign) | Assigns the manager user to the target position according to the profession. |
| SetManagerUserFromUser(sourcePosition, targetPosition) | Assigns the manager of the user from the source position to the target position. |
| SetUserFromVariable(sourceVariable, targetPosition) | Sets the target user from the provided variable. |
| SetVariableFromVariable(sourceVariable, targetVariable) | Assigns a value to the target variable from another variable. |
| SetDepartmentFromOther(sourceDepartment, targetDepartment) | Assigns a department to the target department based on another department. |
| SetPositionFromVariable(sourceVariable, targetPosition) | Sets the target position based on a variable. |
| Initialize() | Initializes the FlowAssign step with default settings. |
| SetVariableProfession(sourceProfession, targetProfession) | Assigns a variable profession from the source profession to the target profession. |
| DecrementVariable(targetVariable) | Decrements the value of the target variable. |
| SetVariableFromProfession(sourceProfession, targetVariable) | Assigns a value to the target variable from a profession. |
| SetDepartmentManagerUserFromDepartment(sourceDepartment, targetPosition) | Assigns the manager of the department to the target position. |
| SetUserFromFlowInitiatorManager(targetPosition) | Assigns the manager of the flow initiator to the target position. |
| IncrementVariable(targetVariable) | Increments the value of the target variable. |
| GetTargetObject<T>() | Retrieves the target object of the specified type for the current assignment. |
| SetConstantPosition(targetPosition) | Assigns a constant position as the target for the flow. |
| SetVariableFromDepartment(sourceDepartment, targetVariable) | Assigns a value to the target variable from a department. |